Skip to content

deps: update tiny-bip39 requirement from 1.0.0 to 2.0.0#12

Merged
zolagonano merged 1 commit intomainfrom
dependabot/cargo/tiny-bip39-2.0.0
Sep 11, 2025
Merged

deps: update tiny-bip39 requirement from 1.0.0 to 2.0.0#12
zolagonano merged 1 commit intomainfrom
dependabot/cargo/tiny-bip39-2.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

Updates the requirements on tiny-bip39 to permit the latest version.

Release notes

Sourced from tiny-bip39's releases.

2.0.0

  • BREAKING: InvalidWord error variant includes the index of the word in question (#48)
  • BREAKING: Removed anyhow and replaced anyhow::Error with ErrorKind variants (#46)
  • Correct License metadata (#50)
  • pbkdf2 0.12 (#45)
Changelog

Sourced from tiny-bip39's changelog.

Note

This is an archive, for new changes see the releases page on GitHub.

v0.5.1

No source changes, minor version bump due to the addition of license files, which are included when packaging a crate.

The license specified in the Cargo manifest is still correct.

Changes

  • Add license files (#12) [c9beb96]

v0.5.0

Should be source compatible with v0.4.0, only the crate dependencies have changed.

From now on, increasing the required major version of a dependency will always increase the minor version of the crate.

Changes

  • Updated data-encoding to 0.2 (#10) [d966a0e]

v0.4.1

Should be source compatible with v0.4.0, only the crate dependencies have changed.

Changes

  • Update ring, bitreader, and error-chain [ae9bdfa]

v0.4.0

Mostly source compatible with v0.3.0, except for the additional error kind, and guarding against invalid entropy lengths being used to create a Mnemonic.

Changes

  • Add failure test for Mnemonic::from_entropy() [4be7216]
  • Return error when invalid entropy is used [becd7b1]
  • Add error type for invalid entropy length [cd28a0b]
  • Implement std::fmt::Display for MnemonicType [0b7edf2]

v0.3.0

Completely refactored internal design and public API for ergonomics as well as to ensure safe usage. A number of std traits have been implemented for crate types as well.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tiny-bip39](https://github.com/maciejhirsz/tiny-bip39) to permit the latest version.
- [Release notes](https://github.com/maciejhirsz/tiny-bip39/releases)
- [Changelog](https://github.com/maciejhirsz/tiny-bip39/blob/master/CHANGELOG.md)
- [Commits](maciejhirsz/tiny-bip39@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: tiny-bip39
  dependency-version: 2.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 11, 2025
@zolagonano zolagonano merged commit 9ee9d55 into main Sep 11, 2025
0 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/tiny-bip39-2.0.0 branch September 11, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant